| | |
| | | <template> |
| | | |
| | | <template> |
| | | <view-grid ref="grid" |
| | | :columns="columns" |
| | | :detail="detail" |
| | |
| | | { |
| | | title: "åºæ¿å·", |
| | | field: "warehouse_no", |
| | | type: "string", |
| | | dataKey: "warehouse", |
| | | type: "select", |
| | | dataKey: "warehouseNuber", |
| | | data: [], |
| | | width: 100 |
| | | }, |
| | |
| | | [ |
| | | { title: "åºåºåå·", field: "out_no", type: "like" }, |
| | | { title: "客æ·ä»£ç ", field: "client_no", type: "like" }, |
| | | { title: "客æ·ä»£ç ", field: "warehouse_no", type: "select", dataKey: "warehouseNuber", data: [] }, |
| | | { |
| | | title: "åºåºåç±»å", |
| | | field: "out_type", |
| | |
| | | type: 'string', |
| | | width: 100, |
| | | align: 'left', |
| | | bind: { key: "warehouse", data: [] } |
| | | bind: { key: "warehouseNuber", data: [] } |
| | | }, |
| | | { |
| | | field: 'account_time', |
| | |
| | | width: 120, |
| | | align: 'left', |
| | | bind: { key: "warehouseNuber", data: [] }, |
| | | edit:{type:""} |
| | | // edit:{type:""} |
| | | |
| | | }, |
| | | { |
| | | field: "goods_no", |
| | | title: "ç©æåç§°", |
| | | type: "string", |
| | | width: 150, |
| | | align: "left", |
| | | required: true, |
| | | // edit:{type:""}, |
| | | bind: { key: "MaterielNames", data: [] }, |
| | | }, |
| | | { |
| | | field: 'goods_no', |
| | |
| | | require: true, |
| | | align: 'left', |
| | | bind: { key: "medicineGoods", data: [] }, |
| | | edit:{type:""} |
| | | // edit:{type:""} |
| | | }, |
| | | { |
| | | field: 'order_qty', |
| | |
| | | width: 100, |
| | | require: true, |
| | | align: 'left', |
| | | edit:{type:"number"} |
| | | // edit:{type:"number"} |
| | | }, |
| | | { |
| | | field: 'order_Outqty', |
| | | title: '宿æ°é', |
| | | type: 'decimal', |
| | | width: 100, |
| | | require: true, |
| | | align: 'left', |
| | | // edit:{type:"number"} |
| | | }, |
| | | { |
| | | field: 'batch_num', |
| | |
| | | width: 120, |
| | | require: true, |
| | | align: 'left', |
| | | edit:{type:""} |
| | | // edit:{type:""} |
| | | }, |
| | | { |
| | | field: 'exp_date', |
| | |
| | | type: 'string', |
| | | width: 120, |
| | | align: 'left', |
| | | edit:{type:""} |
| | | // edit:{type:""} |
| | | }, |
| | | { |
| | | field: 'ootDetailStatus', |
| | |
| | | type: 'string', |
| | | width: 120, |
| | | align: 'left', |
| | | edit:{type:""} |
| | | // edit:{type:""} |
| | | }, |
| | | { |
| | | field: 'status', |
| | |
| | | width: 120, |
| | | align: 'left', |
| | | bind: { key: "syncStatus", data: [] }, |
| | | edit:{type:'select',dataKey:'syncStatus',data:[]} |
| | | // edit:{type:'select',dataKey:'syncStatus',data:[]} |
| | | }, |
| | | { |
| | | field: 'creater', |