{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\@vue\\cli-plugin-babel\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\material\\components\\MaterialIntoWareHoseManageDialog.vue?vue&type=template&id=166b9712&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\material\\components\\MaterialIntoWareHoseManageDialog.vue","mtime":1731062409191},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\@vue\\cli-plugin-babel\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-dialog',{attrs:{\"close-on-click-modal\":false,\"title\":_vm.title + '物资入库单信息',\"visible\":_vm.showFormDia,\"width\":\"76%\",\"before-close\":_vm.handleClose,\"custom-class\":\"bbsl-location-dialog\",\"destroy-on-close\":true,\"top\":\"8vh\"},on:{\"update:visible\":function($event){_vm.showFormDia=$event}}},[_c('div',{staticClass:\"unitdetails\"},[_c('div',{staticClass:\"step\"},[_c('div',{staticClass:\"step_content\"},[_c('step',{attrs:{\"active\":_vm.active,\"stepArr\":_vm.stepArr,\"width\":_vm.width},on:{\"update:active\":function($event){_vm.active=$event}}})],1)]),_c('div',{staticClass:\"content\"},[(_vm.active == 0)?_c('div',[_c('el-form',{ref:\"formInfo\",staticClass:\"bbsl-scroll-form-spare\",attrs:{\"rules\":_vm.rules,\"model\":_vm.params,\"label-width\":\"120px\"}},[_c('p',{staticClass:\"from-title\",attrs:{\"id\":\"step1\"}},[_c('i',{staticClass:\"el-icon-info\"}),_c('span',[_vm._v(\"入库单信息\")])]),_c('el-row',[_c('el-col',{attrs:{\"span\":8}},[_c('el-form-item',{attrs:{\"label\":\"采购订单:\",\"prop\":\"orderName\"}},[_c('el-input',{attrs:{\"disabled\":_vm.statusInput,\"clearable\":\"\",\"placeholder\":\"请输入采购订单\",\"readonly\":\"\"},model:{value:(_vm.params.orderName),callback:function ($$v) {_vm.$set(_vm.params, \"orderName\", $$v)},expression:\"params.orderName\"}},[_c('el-button',{attrs:{\"slot\":\"append\",\"disabled\":_vm.statusInput,\"icon\":\"el-icon-search\"},on:{\"click\":_vm.openDialog},slot:\"append\"})],1)],1)],1),_c('el-col',{attrs:{\"span\":8}},[_c('el-form-item',{attrs:{\"label\":\"供应商:\",\"prop\":\"supplierName\"}},[_c('el-select',{staticStyle:{\"width\":\"100%\"},attrs:{\"disabled\":_vm.statusInput,\"clearable\":\"\",\"filterable\":\"\",\"allow-create\":\"\",\"placeholder\":\"请选择供应商\",\"multiple\":\"\"},model:{value:(_vm.params.supplierName),callback:function ($$v) {_vm.$set(_vm.params, \"supplierName\", $$v)},expression:\"params.supplierName\"}},_vm._l((_vm.gys),function(item){return _c('el-option',{key:item.id,attrs:{\"label\":item.name,\"value\":item.id}})}),1)],1)],1),_c('el-col',{attrs:{\"span\":8}},[_c('el-form-item',{attrs:{\"label\":\"入库仓库:\",\"prop\":\"warehouse\"}},[_c('el-select',{staticStyle:{\"width\":\"100%\"},attrs:{\"disabled\":_vm.statusInput,\"clearable\":\"\",\"placeholder\":\"请选择入库仓库\"},model:{value:(_vm.params.warehouse),callback:function ($$v) {_vm.$set(_vm.params, \"warehouse\", $$v)},expression:\"params.warehouse\"}},_vm._l((_vm.warehouses),function(item){return _c('el-option',{key:item.value,attrs:{\"label\":item.name,\"value\":item.value}})}),1)],1)],1)],1),_c('el-row'),_c('el-row')],1)],1):_vm._e(),(_vm.active == 1)?_c('div',[_c('el-collapse',{model:{value:(_vm.activeNames),callback:function ($$v) {_vm.activeNames=$$v},expression:\"activeNames\"}},[_c('el-collapse-item',{attrs:{\"name\":\"1\"}},[_c('template',{slot:\"title\"},[_c('i',{staticClass:\"el-icon-info\"}),_vm._v(\"\\n 物资明细\\n \")]),_c('el-table',{ref:\"table\",staticStyle:{\"width\":\"100%\"},attrs:{\"data\":_vm.purchasingDetailList,\"show-summary\":\"\",\"summary-method\":_vm.getSummaries,\"height\":\"50vh\",\"cell-style\":{ 'text-align': 'center' },\"header-cell-style\":{ 'text-align': 'center' }}},[_c('el-table-column',{attrs:{\"label\":\"序号\",\"type\":\"index\",\"width\":\"90\"}}),_c('el-table-column',{attrs:{\"label\":\"物资名称\",\"prop\":\"name\"}}),_c('el-table-column',{attrs:{\"label\":\"型号\",\"prop\":\"model\"}}),_c('el-table-column',{attrs:{\"label\":\"计量单位\",\"prop\":\"unit\"}}),_c('el-table-column',{attrs:{\"label\":\"应入库数量\",\"prop\":\"number\"}}),_c('el-table-column',{attrs:{\"width\":\"160\",\"label\":\"实际入库数量\",\"prop\":\"quantity\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-input-number',{attrs:{\"disabled\":_vm.statusInput,\"rules\":[{ required: true }],\"controls-position\":\"right\",\"min\":0,\"size\":\"large\"},model:{value:(scope.row.quantity),callback:function ($$v) {_vm.$set(scope.row, \"quantity\", $$v)},expression:\"scope.row.quantity\"}})]}}],null,false,1251037374)}),_c('el-table-column',{attrs:{\"width\":\"160\",\"label\":\"采购单价(元)\",\"prop\":\"price\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-input-number',{attrs:{\"disabled\":_vm.statusInput,\"rules\":[{ required: true }],\"controls-position\":\"right\",\"min\":0,\"size\":\"large\"},on:{\"change\":function($event){return _vm.numInputChange(scope.row)}},model:{value:(scope.row.price),callback:function ($$v) {_vm.$set(scope.row, \"price\", $$v)},expression:\"scope.row.price\"}})]}}],null,false,3863547019)}),_c('el-table-column',{attrs:{\"width\":\"160\",\"label\":\"采购金额(元)\",\"prop\":\"amount\"},scopedSlots:_vm._u([{key:\"default\",fn:function(scope){return [_c('el-input-number',{attrs:{\"disabled\":_vm.statusInput,\"controls-position\":\"right\",\"min\":0,\"size\":\"large\"},model:{value:(scope.row.amount),callback:function ($$v) {_vm.$set(scope.row, \"amount\", $$v)},expression:\"scope.row.amount\"}})]}}],null,false,1956399463)})],1)],2),_c('el-collapse-item',{attrs:{\"name\":\"2\"}},[_c('template',{slot:\"title\"},[_c('i',{staticClass:\"el-icon-info\"}),_vm._v(\"\\n 采购申请单\\n \")]),_c('el-table',{ref:\"table\",staticStyle:{\"width\":\"100%\"},attrs:{\"data\":_vm.purchasingList,\"height\":\"50vh\",\"cell-style\":{ 'text-align': 'center' },\"header-cell-style\":{ 'text-align': 'center' }}},[_c('el-table-column',{attrs:{\"type\":\"index\",\"label\":\"序号\",\"width\":\"60\"}}),_c('el-table-column',{attrs:{\"prop\":\"code\",\"label\":\"申请单号\",\"width\":\"130\"}}),_c('el-table-column',{attrs:{\"prop\":\"applyTitle\",\"label\":\"申请标题\",\"min-width\":\"200\"}}),_c('el-table-column',{attrs:{\"prop\":\"applicationDeptName\",\"width\":\"160\",\"label\":\"申请部门\"}}),_c('el-table-column',{attrs:{\"prop\":\"applicantName\",\"label\":\"申请人\",\"width\":\"100\"}}),_c('el-table-column',{attrs:{\"prop\":\"applicationDate\",\"label\":\"申请日期\",\"width\":\"150\"}})],1)],2)],1)],1):_vm._e()])]),_c('ordersDialog',{ref:\"ordersDialog\",on:{\"orderData\":_vm.orderData}}),_c('div',{staticClass:\"footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('div',[(_vm.active != 0)?_c('el-button',{staticClass:\"cancel\",attrs:{\"size\":\"small\"},on:{\"click\":_vm.previousStep}},[_c('span',[_vm._v(\"上一步\")])]):_vm._e(),_c('el-button',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.handleSaveShow == false && _vm.active == 1),expression:\"handleSaveShow == false && active == 1\"}],staticClass:\"confirm\",attrs:{\"size\":\"small\",\"type\":\"primary\"},on:{\"click\":_vm.nextStep}},[(_vm.active == 1)?_c('span',[_vm._v(\"保存\")]):_vm._e()]),(_vm.active == 0)?_c('el-button',{staticClass:\"confirm\",attrs:{\"size\":\"small\",\"type\":\"primary\"},on:{\"click\":_vm.nextStep}},[_c('span',[_vm._v(\"下一步\")])]):_vm._e(),_c('el-button',{staticClass:\"cancel\",attrs:{\"size\":\"small\"},on:{\"click\":_vm.handleClose}},[_vm._v(\"取消\")])],1)])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}